home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / theLifeArk.swf / scripts / DefineSprite_671_manAni / frame_522 / DoAction.as
Text File  |  2011-09-19  |  301b  |  10 lines

  1. _global.scene.pot.gotoAndPlay("change");
  2. _global.ctn.sndCtrl.playSound("snd_hitLand");
  3. if(!_global.scene.throwScoreOver)
  4. {
  5.    _global.scene.throwScoreOver = true;
  6.    _global.ctn.game.addScore(354,478,135,100);
  7.    _global.ctn.game.addScore(20,Math.round(5 * Math.random()),135,100);
  8. }
  9. stop();
  10.